home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 May: Tool Chest / Dev.CD May 98 TC.toast / Tool Chest / Development Kits / HyperCard Related / APDA HyperCard Toolkits / CD Audio Toolkit 1.0 / Source / Play Info < prev    next >
Encoding:
Text File  |  1995-02-07  |  2.4 KB  |  55 lines  |  [ttro/ttxt]

  1. Getting Started
  2. --------------
  3.  
  4. We've included the current CD-ROM software that Apple ships with every AppleCD SC™ drive.  If you aren't sure that you have the latest software installed, or if you have no software installed, do the following:
  5.  
  6. 1) Open up the folder "AppleCD SC™ Software".
  7. 2) Select all of the files in that folder
  8. 3) Drag these files into your System Folder
  9. 4) Reboot
  10.  
  11. NOTE:  We have included an empty CD Remote Programs file, in case you have not installed the CD Remote desk accessory.    If you have already used the CD Remote desk accessory to enter data about some CDs, DO NOT copy this file into your System Folder, or you will lose all the data you have entered.
  12.  
  13. The files that must be copied are
  14.     Apple CD-ROM
  15.     Foreign File Access
  16.     Audio CD Access
  17.  
  18. the optional files are
  19.     CD Remote Programs
  20.     ISO 9660 File Access
  21.     High Sierra File Access
  22.  
  23. Troubleshooting
  24. ==============
  25.  
  26. Q: When I insert a CD, I get the message "This is not a Macintosh disk.  Eject Initialize".  What's wrong?
  27.  
  28. A: Copy the files Foreign File Access and Audio CD Access into your System Folder and reboot.
  29.  
  30. -----
  31.  
  32. Q: When I insert a CD, nothing happens.  It doesn't eject, and it doesn't come up on the desktop.
  33.  
  34. A:  Check that you've installed the Apple CD-ROM, Foreign File Access and Audio CD Access files in your System Folder.  Check that all SCSI devices have different SCSI id numbers.  If you have an internal hard disk, check that you have only one terminator and that it's on the last SCSI device.  If you don't have an internal hard disk, you should have one terminator on the first and one terminator on the last SCSI device.
  35.  
  36. -----
  37.  
  38. Q: I copied the XCMDs and XFCNs to another stack, and now CDOpen fails.  Why?
  39.  
  40. A: These XCMDs and XFCNs depend upon a STR# resource number 8078, which contains important information in order for these XCMDs to function.  Copy that STR# resource into your stack.
  41.  
  42. -----
  43.  
  44. Q: I can't get anything to work.  All I get is -21 from the XCMDs.
  45.  
  46. A: You must first call CDOpen before any other XCMD will work.  A good way to do this is in the initialization of your stack, as follows:
  47.     on openStack
  48.         CDOpen
  49.     end openStack
  50.  
  51.  
  52. CD Remote desk accessory
  53. =======================
  54.  
  55. The CD Remote desk accessory shipped with the AppleCD SC drive doesn't work when run simultaneously with the CD Audio Toolkit.  We recommend that you don't use the CD Remote desk accessory when running a Hypercard stack with the CD Audio Toolkit installed.